'Declaration Public Overloads Shared Function ConvertTarget<TSourceTargetThe type of the source target.,TDestTargetThe type of the dest target.>( _
ByVal targetConverterThe target converter.As Vintasoft.Imaging.Processing.Analyzers.Analyzer(Of TTarget,TValue), _
ByVal ParamArray commandsThe commands to convert target.As IProcessingCommand(Of TTarget) _
) As IProcessingCommand(Of TTarget) (Of TSourceTargetThe type of the source target., TDestTargetThe type of the dest target.)
public static IProcessingCommand<TTarget> ConvertTarget<TSourceTarget,TDestTarget>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue> targetConverter,
params IProcessingCommand<TTarget> commands
)
public: static IProcessingCommand<TTarget*>* ConvertTarget<TSourceTarget,TDestTarget>(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue*>* targetConverter,
params IProcessingCommand<TTarget*>* commands
)
generic<typename TSourceTarget> generic<typename TDestTarget> public:
static IProcessingCommand<TTarget^>^ ConvertTarget(
Vintasoft.Imaging.Processing.Analyzers.Analyzer<TTarget,TValue^>^ targetConverter,
... IProcessingCommand<TTarget^>^ commands
)
Parameters
- targetConverter
- The target converter.
- commands
- The commands to convert target.
Type Parameters
- TSourceTarget
- The type of the source target.
- TDestTarget
- The type of the dest target.
Return Value
New instance of processing command with target of type TDestTarget.